mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
gnomeos: Drop ostree-init module
We use dracut+ostree-switch-root now
This commit is contained in:
parent
fbaf32f776
commit
00ad0a2ea7
@ -49,8 +49,6 @@
|
||||
|
||||
{"src": "gnome:linux-user-chroot"},
|
||||
|
||||
{"src": "gnome:ostree-init"},
|
||||
|
||||
{"src": "gnome:ostree",
|
||||
"config-opts": ["--disable-documentation"]},
|
||||
|
||||
|
@ -28,7 +28,7 @@ EOF
|
||||
|
||||
cat <<EOF
|
||||
echo '"Loading ${os} ${version}"'
|
||||
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro init=/ostree/ostree-init ${args}
|
||||
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ostree=current ${args}
|
||||
EOF
|
||||
if test -n "${initrd}" ; then
|
||||
message="$(gettext_printf "Loading initial ramdisk ...")"
|
||||
|
@ -70,7 +70,6 @@ done
|
||||
rm -f current
|
||||
ln -s ${BRANCH_PREFIX}runtime-current current
|
||||
|
||||
cp -a ./${BRANCH_PREFIX}${branch}-current/usr/sbin/ostree-init .
|
||||
cd -
|
||||
|
||||
if test -d /etc/grub.d; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user