Update 'debian.sh'
This commit is contained in:
parent
762fb8c324
commit
ac6f99d5e6
@ -199,10 +199,9 @@ bootloader() {
|
||||
cp -f debian.sh $TARGET/usr/bin/
|
||||
echo 'bash /usr/bin/debian.sh kernel-packages' >>$TARGET/setup.sh
|
||||
echo "bash /usr/bin/debian.sh bootloader $1" >>$TARGET/setup.sh
|
||||
#echo 'bash /usr/bin/debian.sh grub-snapshots' >>$TARGET/setup.sh
|
||||
#echo 'bash /usr/bin/debian.sh desktop' >>$TARGET/setup.sh
|
||||
#echo 'bash /usr/bin/debian.sh flatpaks' >>$TARGET/setup.sh
|
||||
#echo 'bash /usr/bin/debian.sh btrfs-tweaks' >>$TARGET/setup.sh
|
||||
echo 'bash /usr/bin/debian.sh grub-snapshots' >>$TARGET/setup.sh
|
||||
echo 'bash /usr/bin/debian.sh desktop' >>$TARGET/setup.sh
|
||||
echo 'bash /usr/bin/debian.sh btrfs-tweaks' >>$TARGET/setup.sh
|
||||
|
||||
chmod +x $TARGET/usr/bin/debian.sh
|
||||
chmod +x $TARGET/setup.sh
|
||||
@ -385,7 +384,7 @@ show-help() {
|
||||
echo "./debian.sh restore [disk] [backup name]"
|
||||
echo "./debian.sh chroot [disk]"
|
||||
echo "./debian.sh wifi"
|
||||
echo "./debian.sh bootloader"
|
||||
echo "./debian.sh bootloader [disk]"
|
||||
echo "./debian.sh initialize [disk]"
|
||||
echo "./debian.sh snapshot"
|
||||
echo "./debian.sh reomve-snapshot"
|
||||
|
Loading…
Reference in New Issue
Block a user