Skip to content

Commit 17caa1c

Browse files
committed
Update root disks
1 parent b7350f4 commit 17caa1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/qemu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def apply_defaults(self):
294294

295295
if self.prompt is None:
296296
# Default prompt for our root disks
297-
self.prompt = "/ #"
297+
self.prompt = "~ #"
298298

299299
if self.initrd is None and len(self.drives) == 0 and self.cloud_image is None:
300300
if self.compat_rootfs or self.qemu_cmd.endswith('qemu-system-ppc'):

root-disks/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ define wget
2323
endef
2424

2525
define wget_lbt
26-
$(call wget,$(1),"https://github.com/groeck/linux-build-test/blob/236ccac32e5c3538f2c8221b359225cc40925ba0/rootfs/$(2)?raw=true")
26+
$(call wget,$(1),"https://github.com/groeck/linux-build-test/blob/8891968937a86214dbddfdbd98e43a0519402a80/rootfs/$(2)?raw=true")
2727
endef
2828

2929
ppc64-rootfs.cpio.gz: ppc64-novsx-rootfs.cpio.gz

0 commit comments

Comments
 (0)