File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33# Licensed under the MIT License.
44
55info " mount tmpfs for root"
6- if ! mount -t tmpfs -o size=1G tmpfs $NEWROOT ; then
6+ if ! mount -t tmpfs tmpfs $NEWROOT ; then
77 warn " Failed to mount tmpfs on $NEWROOT "
88 die
99fi
Original file line number Diff line number Diff line change 1313 "lgpl-2.1.txt" : " dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551" ,
1414 "megaraid.conf" : " 914824cdbe0c525b71efa05a75e453335b0068beb8bc28bef2a5866d74bf7dd4" ,
1515 "tmpfsroot-module-setup.sh" : " d1e2d512a3769fb70f7726b1899f89950d5bfc2199e8cde5df44adebd740006f" ,
16- "tmpfsroot-mount.sh" : " 884c4c9a17118229dfbb40ec9a4a23d307c12349dbf19adc1a2d8640c2f77fd0 " ,
16+ "tmpfsroot-mount.sh" : " 5fdcac59d2a9560215f91619373fb217592e7c9e51ff74cd21883411ea6ded66 " ,
1717 "module-setup.sh" : " 8f5a0d3cc393d78bcb523b0d53c578d2767d688f00e84b525355bbb31d753da4" ,
1818 "overlayfs-mount.sh" : " 28f47c107a4435c5153bdb5b2f92f20b7a75bf3932216635ee810875c27dd55b"
1919 }
Original file line number Diff line number Diff line change 44Summary: dracut to create initramfs
55Name: dracut
66Version: 102
7- Release: 14 %{?dist }
7+ Release: 15 %{?dist }
88# The entire source code is GPLv2+
99# except install/* which is LGPLv2+
1010License: GPLv2+ AND LGPLv2+
@@ -345,6 +345,9 @@ ln -srv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
345345%dir %{_sharedstatedir }/%{name }/overlay
346346
347347%changelog
348+ * Fri May 30 2025 Lishan Liu <lishan.liu@intel.com> - 102-15
349+ - Update tmpfs mount command in tmpfsroot-mount.sh
350+
348351* Thu May 22 2025 Mun Chun Yep <mun.chun.yep@intel.com> - 102-14
349352- Revert 6d93d4260 to fix tmpfs mount issue.
350353
Original file line number Diff line number Diff line change 4343 }
4444 ],
4545 "KernelCommandLine" : {
46- "ExtraCommandLine" : " root=tmpfs rootflags=size=1G, mode=0755 rd.skipfsck noresume quiet splash modules-load=nbd"
46+ "ExtraCommandLine" : " root=tmpfs rootflags=mode=0755 rd.skipfsck noresume quiet splash modules-load=nbd"
4747 },
4848 "Hostname" : " EMT-tink" ,
4949 "DisableRpmDocs" : true ,
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ mkdir -p /etc/fluent-bit
1616if [ ! -f /etc/fluent-bit/fluent-bit.conf ]; then
1717 touch /etc/fluent-bit/fluent-bit.conf
1818fi
19- echo " $pprefix : fstab contents $( cat /etc/fstab) "
20- echo ' tmpfs / tmpfs defaults,size=1G 0 0' > /etc/fstab
2119echo " $pprefix : $( du -ah /usr/share) "
2220find /usr/share -type f \
2321 ! -path " /usr/share/terminfo/v/vt100" \
You can’t perform that action at this time.
0 commit comments