File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ):
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ define wget
2323endef
2424
2525define 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")
2727endef
2828
2929ppc64-rootfs.cpio.gz : ppc64-novsx-rootfs.cpio.gz
You can’t perform that action at this time.
0 commit comments