newer livecd-tools

mac hpfs+ cause problems
This commit is contained in:
2023-11-10 15:26:46 +01:00
parent 2e1a086a40
commit e56d4e8d73
3 changed files with 7 additions and 3 deletions

View File

@@ -3,5 +3,9 @@
## Použití
Použij nenjnovější livecd-tools:
[https://github.com/livecd-tools/livecd-tools.git](https://github.com/livecd-tools/livecd-tools.git).
Vlez do adresáře s šablonami a spusť:\
`sudo livecd-creator --verbose --config=fedora-live-workstation.ks --fslabel=HoralOS --cache=cache/live --title=HoralOS --product=HoralOS`
`sudo livecd-creator --nomacboot --verbose --config=fedora-live-workstation.ks --fslabel=HoralOS --cache=cache/live
--title=HoralOS --product=HoralOS`

View File

@@ -17,7 +17,7 @@ firewall --enabled --service=mdns
xconfig --startxonboot
zerombr
clearpart --all
part / --size 6000 --fstype ext4
part / --size 12000 --fstype ext4
services --enabled=NetworkManager,ModemManager --disabled=sshd
network --bootproto=dhcp --device=link --activate
rootpw --lock --iscrypted locked

View File

@@ -10,7 +10,7 @@
#
#include snippets/packagekit-cached-metadata.ks
part / --size 12000
#part / --size 12000
%post