Changes of Revision 30
[-] [+] | Changed | bios-installer.kiwi |
@@ -17,7 +17,6 @@ <rpm-force>false</rpm-force> <locale>de_DE</locale> </preferences> - <size unit="M">2048</size> <users group="root"> <user name="root" pwd="linux" pwdformat="plain" home="/root" shell="/bin/bash"/> | ||
[-] [+] | Changed | config.sh ^ |
@@ -144,3 +144,8 @@ echo "Checking for PATH environment ..." echo $PATH true + +#====================================== +# Umount kernel filesystems +#-------------------------------------- +baseCleanMount |